From: Juergen Gross Date: Thu, 8 Sep 2022 07:27:59 +0000 (+0200) Subject: tools/xenstore: add documentation for new set/get-quota commands X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~225 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=4d4cf97d418fffec76b8adf0aac3f9da81e10260;p=xen.git tools/xenstore: add documentation for new set/get-quota commands Add documentation for two new Xenstore wire commands SET_QUOTA and GET_QUOTA used to set or query the global Xenstore quota or those of a given domain. Signed-off-by: Juergen Gross Reviewed-by: Julien Grall --- diff --git a/docs/misc/xenstore.txt b/docs/misc/xenstore.txt index 054247c404..d49a07db21 100644 --- a/docs/misc/xenstore.txt +++ b/docs/misc/xenstore.txt @@ -337,6 +337,23 @@ SET_FEATURE || xenstored prevents the use of GET_FEATURE and SET_FEATURE other than by dom0. +GET_QUOTA [[|]|] | +SET_QUOTA [|]|| + Returns or sets a quota value for the domain being specified by + . Omitting will return or set the global quota + values, which are the default values for new domains. is + one of "nodes", "watches", "transactions", "node-size", + "permissions", or any other implementation defined value. For + GET_QUOTA it is possible to omit the parameter together + with the parameter, which will return a single string of + all supported values separated by blanks. is a + decimal number specifying the quota value, with "0" having the + special meaning of quota checks being disabled. The initial quota + settings for a domain are the global ones of Xenstore. + + xenstored prevents the use of GET_QUOTA and SET_QUOTA other + than by dom0. + ---------- Miscellaneous ---------- CONTROL |[|]